home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / programm / MM2_DEV / CA / ST_FPU / FPU.CNF < prev    next >
Encoding:
Text File  |  1992-02-04  |  384 b   |  13 lines

  1. (* Include file: FPU.CNF *)
  2.  
  3. (*
  4.  *   >>> Nicht vergessen: In den Comp-Directiven +F eintragen! <<<
  5.  *  ---------------------------------------------------------------
  6.  *)
  7.  
  8. (*$F+*)  (* zur Verifikation, daß richtiges Format gewählt ist *)
  9.  
  10. CONST A68881 = TRUE;   (* Atari-/Weide-/usw.-FPU ! *)
  11.       M68881 = FALSE;  (* FPU auf PAK mit 68020 ! *)
  12.  
  13. (* End of include file *)